Account info
Get your account info
-
Endpoint
- Method: GET
- URL:
https://app.real-api.online/rapi/login
Request
- Headers
- No special headers are required
Params
Key | Value |
---|---|
insID | 0 |
appKey | ABC... |
prodKey | DEF... |
- CURL
curl -X GET \
'https://app.real-api.online/rapi/login?insID=0&appKey=ABC&prodKey=DEF'
- Browser
https://app.real-api.online/rapi/login?insID=0&appKey=ABC&prodKey=DEF
Response
{
"msg": "SUCCESS",
"data": {
"balance": "38.873",
"userName": "Real3D",
"currency": "EUR",
"limit": 1000,
"prodName": "Real3D"
}
}